@charset "utf-8";
/* CSS Document */
.head-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	box-shadow:0px 2px 8px 0px rgba(7,0,2,0.2);
	z-index: 9;
}
.logo{
	width: 360px;
	text-align: center;
	line-height: 50px;
}
.logo img{
	width: 174px;
	height: 32px;
}
.current{
	width: 160px;
	height: 50px;
	background-color: #C6D6F9;
	line-height: 50px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.look-box li{
	float: left;
	width: 90px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.look-box li img{
	margin-right: 10px;
}
.nav-top{
    width: 1200px;
    margin: 0 auto;
    height: 118px;
}
.nav-logo{
    line-height: 118px;
}
.nav-logo img{
    width: 237px;
    height: 70px;
}
.nav-ul{
    float: right;
    margin-top: 55px;
}
.nav-ul li{
    font-size: 16px;
    color: #3B3B3B;
    float: left;
    margin-left: 40px;
    position: relative;
}
.nav-ul li.on::before{
    content: "";
    width: 60px;
    height: 3px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -30px;
    background-color: #BB183A;
}
.sidebar-box{
    position: fixed;
    top: 170px;
    left: 0;
    z-index: 999;
}
.side-img{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #f4f4f4;
    box-shadow: 0px 2px 6px 0px rgba(7, 0, 2, 0.2);
    text-align: center;
    line-height: 54px;
    margin-left: 20px;
    float: left;
	position: absolute;
	top: 4px;
	left: 0px;
}
.side-box{
    width: 170px;
    height: 60px;
    background-color: #0057ff;
    padding-top: 4px;
    border-radius: 0 30px 30px 0;
    position: relative;
	opacity: 0;
	transition: all .3s ease;
}
.side-box::before,.side-box::after{
    content: "";
    width: 25px;
    height: 10px;
    position: absolute;
    left: 0;
}
.side-box::before{
    top: -10px;
    background: url("../images/icon-15.png") no-repeat;
    background-size: cover;
}
.side-box::after{
    bottom: -10px;
    background: url("../images/icon-16.png") no-repeat;
    background-size: cover;
}
.side-box p{
    font-size: 16px;
    color: #fff;
    float: right;
    line-height: 54px;
    margin-right: 20px;
}
.sidebar-box li{
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.sidebar-box li .hoverbox:hover .side-box{
	opacity: 1;
}
.sidebar-box li .hoverbox:hover .side-img{
	border-radius: 50%;
	background-color: rgb(0, 87, 255);
	box-shadow: 0px 2px 6px 0px rgba(7, 0, 2, 0.2);
}
.sidimg2{
	display: none;
}
.sidebar-box li .hoverbox:hover .sidimg2{
	display: inline-block;
}
.sidebar-box li .hoverbox:hover .sidimg1{
	display: none;
}
.sidebar-template{
	width: 460px;
	height: 800px;
	border-radius: 10px;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: -40px;
	right: -386px;
	background-color: #bed4ff;
	z-index: 99;
	display: none;
}
.sidebar-template::before{
	content: "";
	width: 19px;
	height: 57px;
	background: url("../images/icon_19.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: -18px;
	top: 42px;
}
.plate-top{
	background-color: #3f80fe;
	border-radius: 10px 10px 0 0;
	padding-left: 20px;
	box-shadow: 0px 2px 8px 0px rgba(7, 0, 2, 0.3);
	position: relative;
	z-index: 99;
}
.plate-top p{
	height: 44px;
	color: #fff;
	line-height: 44px;
	float: left;
}
.plate-cloose{
	width: 88px;
	height: 44px;
	float: right;
	background: url("../images/icon-17.png") no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 44px;
}
.plate-left{
	width: 110px;
	float: left;
	padding-top: 20px;
}
.plate-left li{
	font-size: 14px;
	color: #333;
	margin-bottom: 28px;
	padding-left: 20px;
	position: relative;
	cursor: pointer;
}
.plate-left li.on{
	color: #0057ff;
}
.plate-left li.on::before{
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #0057ff;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
	left: 10px;
}
.plate-right{
	float: right;
	width: 350px;
	height: 755px;
	background-color: #fff;
	padding: 20px;
	border-radius: 0 0 10px 0;
	position: relative;
}
.plate-right li img{
	width: 100%;
}
.plate-right ul{
	height: 720px;
	overflow-y: auto;
}
.zUIpanelScrollBox{
	display: block!important;
	width: 5px!important;
	right: 4px;
}
.zUIpanelScrollBar{
	display: block!important;
	width: 5px!important;
	background-color: #e5e5e5;
	right: 4px;
	border-radius: 2px;
}
.sidebar-box li:last-child{
	margin-bottom: 0;
}
.pictule{
	top: -120px;
}
.pictule::before{
	top: 122px;
}
.muk-setbox{
	position: fixed;
	width: 360px;
	/* height: 904px; */
	top: 86px;
	right: 405px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	z-index: 999;
	display: none;
}
.muk-title{
	height: 44px;
	background-color: #0057ff;
	color: #fff;
	font-size: 16px;
	line-height: 44px;
	padding-left: 20px;
	overflow: hidden;
}
.muk-title img{
	float: right;
	margin-right: 30px;
	margin-top: 16px;
}
.muk-ul li{
	font-size: 14px;
	color: #333;
	float: left;
	width: 33.3%;
	text-align: center;
	line-height: 44px;
	position: relative;
}
.muk-ul li.on{
	color: #0057ff;
}
.muk-ul li.on::before{
	content: "";
	width: 20px;
	height: 3px;
	border-radius: 2px;
	background-color: #0057ff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}
.muk-list-ul{
	margin-top: 10px;
}
.mukl-h1{
	font-size: 16px;
	color: #333;
	height: 60px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 40px;
	line-height: 60px;
}
.muk-list-ul li{
	border-bottom: solid 1px #d2d2d2;
	cursor: pointer;
}
.mukl-h1 span{
	float: right;
}
.muk-box{
	width: 100%;
	display: none;
	padding: 0 20px;
}
.muk-list-ul li.on .muk-box{
	display: block;
}
.muk-list-ul li.on span{
	transform: rotate(90deg);
}
.muk-box h1{
	font-size: 16px;
	color: #444;
}
.muk-box input{
	width:320px;
	height:34px;
	border:1px solid rgba(220,220,220,1);
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
}
.sonal-color h1{
	font-size: 14px;
	color: #333;
	margin-top: 30px;
	margin-bottom: 20px;
}
.none{
	display: none;
}
._panel-box{
	position: relative!important;
}
._scroll_bar{
	background-color: #e5e5e5!important;
}
.current-box{
	width: 300px;
	height: 434px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px -2px 2px 0px rgba(191, 191, 191, 0.25);
	position: absolute;
	top: 70px;
	left: 0;
	display: none;
}
.current-box::before{
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-bottom: 10px solid #1665ff;
	position: absolute;
	top: -16px;
	left: 40px;
}
.current-title{
	overflow: hidden;
	background-color: #3579fe;
	color: #fff;
	line-height: 44px;
	padding-left: 20px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0px 2px 8px 0px rgba(7, 0, 2, 0.3);
	position: relative;
	z-index: 999;
}
.ent-closse{
	width: 88px;
	height: 44px;
	background: url("../images/icon-17.png") no-repeat;
	background-size: cover;
	text-align: center;
	line-height: 44px;
	float: right;
}
.current-title p{
	float: left;
	color: #fff;
}
.cur-ul li{
	width: 50%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	float: left;
	line-height: 40px;
	position: relative;
}
.cur-ul li.on::before{
	content: "";
	width: 20px;
	height: 3px;
	background-color: #0057ff;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}
.current-select-ul li{
	padding-right: 20px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	transform: all .3s ease;
}
.current-select-ul li p{
	font-size: 14px;
	color: #333;
	float: left;
	line-height: 40px;
}
.curdel{
	margin-left: 20px;
}
.ent-que{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: solid 2px #0057ff;
	float: left;
	margin-top: 14px;
	margin-right: 10px;
	opacity: 0;
	transition: all .3s ease;
}
.ent-que div{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	/*background-color: #0057ff;*/
	background-color: transparent;
	margin: 0 auto;
	margin-top: 2px;
}
.curr-right{
	position: relative;
	font-size: 0;
}
.setind{
	width: 60px;
	height: 26px;
	background-color: #0057ff;
	color: #fff;
	font-size: 12px;
	position: absolute;
	top: -22px;
	right: 1px;
	line-height: 26px;
	display: none;
	transition: all .3s ease;
}
.setind::before{
	content: "";
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-top: solid 8px #0057ff;
	position: absolute;
	bottom: -13px;
	left: 8px;
}
.setindex:hover + .setind{
	display: block;
}
.setin2{
	display: none;
}
.current-select-ul li:hover{
	background-color: #eef3ff;
}
.current-select-ul li:hover .ent-que{
	opacity: 1;
}
.current-select-ul li.on{
	background-color: #eef3ff;
}
.current-select-ul li.on .ent-que{
	opacity: 1;
}
.current-select-ul li.on .ent-que div{
	background-color: #0057ff;
}
.curr-left{
	cursor: pointer;
}
.setindex{
	width: 18px;
	height: 18px;
	background: url("../images/icon-28.png") no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.current-select-ul li.setinin .setindex{
	background: url("../images/icon-29.png") no-repeat;
	background-size: cover;
}
.current-news-pages-div{
	width: 260px;
	height: 44px;
	border-radius: 2px;
	background-color: #0057ff;
	text-align: center;
	line-height: 44px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.current-news-pages{
	padding-top: 15px;
	box-shadow: 0px -2px 2px 0px rgba(191, 191, 191, 0.25);
}
.current-news-pages-div img{
	margin-right: 10px;
}
.current-select-ul-box{
	height: 270px;
	position: relative;
}
.current-select-ul-box ul{
	padding-top: 20px;
}
.addcurrent-box{
	width: 300px;
	height: 405px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px -2px 2px 0px rgba(191, 191, 191, 0.25);
	position: absolute;
	top: 85px;
	right: -500px;
	display: none;
}
.add-current-content{
	padding: 30px 10px;
}
.addcurr-item{
	margin-bottom: 20px;
}
.addcurr-item h1{
	font-size: 16px;
	color: #333;
	text-align: left;
}
.addcurr-item h1 span{
	color: #003cb0;
}
.addcurr-item input{
	border: solid 1px #dcdcdc;
	width: 260px;
	height: 34px;
	padding-left: 10px;
	margin-top: 15px;
}
.add-curhttp{
	border: solid 1px #dcdcdc;
	width: 260px;
	height: 34px;
	overflow: hidden;
	margin-top: 14px;
}
.add-curhttp p{
	width: 108px;
	background-color: #edf1f2;
	color: #333;
	font-size: 14px;
	line-height: 32px;
	border-right: solid 1px #dcdcdc;
	float: left;
}
.add-curhttp input{
	float: left;
	width: 148px;
	height: 32px;
	margin-top: 0;
	border: none;
}
.addcur-index{
	width: 18px;
	height: 18px;
	background: url("../images/icon-28.png") no-repeat;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	float: right;
}
.addcurr-item h2{
	font-size: 16px;
	color: #333;
	float: left;
}
.addcurr-item{
	overflow: hidden;
	padding-right: 20px;
}
.addsubmit{
	width: 260px;
	height: 44px;
	background-color: #0057ff;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	line-height: 44px;
	margin-top: 40px;
}
.addcur-index.addcursel{
	background: url("../images/icon-29.png") no-repeat;
	background-size: cover;
}
#svgEle{
	overflow-x: hidden;
}


/* 操作按钮 */
.edit-box{
	width: 280px;
	height: 38px;
	background-color: #0057ff;
	border-radius: 8px 8px 0 0;
}
.edit-box li{
	width: 40px;
	height: 38px;
	float: left;
	text-align: center;
	position: relative;
	transition: all .3s ease;
	padding-top: 3px;
}
.edit-box li::before{
	content: "板式设置";
	width: 60px;
	height: 26px;
	background-color: #0057ff;
	position: absolute;
	top: -42px;
	left: 0;
	color: #fff;
	font-size: 12px;
	display: none;
	line-height: 24px;
}
.edit-box li:nth-child(1)::before{
	content: "向上移动";
}
.edit-box li:nth-child(2)::before{
	content: "向下移动";
}
.edit-box li:nth-child(3)::before{
	content: "板式设置";
}
.edit-box li:nth-child(4)::before{
	content: "数据管理";
}
.edit-box li:nth-child(5)::before{
	content: "编辑";
}
.edit-box li:nth-child(6)::before{
	content: "背景设置";
}
.edit-box li:nth-child(7)::before{
	content: "删除";
}
.edit-box li::after{
	content: "";
	width: 0;
	height: 0;
	border: solid 6px transparent;
	border-top: solid 7px #0057ff;
	position: absolute;
	top: -16px;
	left: 10px;
	display: none;
}
.edit-box li span{
	font-size: 18px;
	color: #fff;
	transition: all .3s ease;
	display: inline-block;
	width: 40px;
	height: 32px;
	line-height: 32px;
	border-right: solid 1px rgba(255,255,255,0.5);
	cursor: pointer;
}
.edit-box li:last-child span{
	border-right: none;
}
.edit-box li:hover{
	background-color: #fff;
}
.edit-box li:hover span{
	color: #0057ff;
}
.edit-box li:hover::before,.edit-box li:hover::after{
	display: block;
}
.edit-box li:nth-child(1){
	border-radius: 8px 0 0 0;
}
.edit-box li:nth-child(7){
	border-radius: 0 8px 0 0;
}
/* 添加模块按钮 */
.modelUpadd,.modelDownadd{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: #0057ff;
	position: absolute;
	left: 50%;
	margin-left: -21px;
	z-index: 999;
	cursor: pointer;
}
.modelUpadd::before,.modelDownadd::after{
	content: "+";
	color: #fff;
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-54%);
}
.modelUpadd{
	top: -21px;
}
.modelDownadd{
	bottom: -21px;
}


